/*================基本样式重置================*/
* {
  box-sizing: border-box;
}
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
span,
i,
a,
em,
strong,
b,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  outline: none;
}
i,
em {
  font-weight: normal;
  font-style: normal;
}
b {
  font-weight: normal;
}
a,
i,
em,
span,
b,
img {
  display: block;
}
body {
  font-family: "PingFang SC", "Microsoft Yahei", Arial;
}
li {
  list-style: none;
}
a,
img,
input {
  border: 0 none;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}
a:focus,
input:focus {
  outline: 0 none;
}
input::-webkit-search-cancel-button {
  display:  none;
}
/*清除谷歌浏览器下的 search 叉号*/
input::-ms-clear {
  display:  none;
}
/*清除IE下的 search 叉号*/
input {
  background: none;
}
button {
  border: none;
  cursor: pointer;
  outline: none;
}
textarea {
  resize: none;
  font-size: 12px;
}
/*去掉火狐和谷歌浏览器的Textarea改变尺寸大小功能*/
/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
/*========定义基础样式========*/
.hide {
  display: none;
}
.vis {
  visibility: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
/*a标签鼠标hover高亮显示状态（可选用）*/
a .opacity {
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
a:hover .opacity {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
.swiper-pagination {
  font-size: 0;
}
.modal {
  display: none;
}
.over {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text_over1 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text_over2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text_over3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/*锚点定位*/
.anchorF {
  position: relative;
}
.anchor {
  position: absolute;
  left: 0;
  top: -100px;
  width: 1px;
  height: 1px;
  z-index: -1;
  opacity: 0;
}
/*主体宽度样式（可选用）如有新宽度，命名规则以小写w开头，后接具体宽度数据，例：*/
.w1200 {
  width: 1200px;
  margin: 0px auto;
}
.w1400 {
  width: 72.91%;
  min-width: 1200px;
  margin: 0px auto;
}
.w1600 {
  width: 83.33%;
  min-width: 1200px;
  margin: 0px auto;
}
.content {
  min-height: 700px;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.swiper-pagination-bullet {
  transition: all 0.5s;
  margin: 0 8px;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  transition: all 0.5s;
  width: 27px;
  background: #165999;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: " ";
}
body {
  overflow-x: hidden;
}
.loadding {
  overflow-y: hidden;
}
.loadding .load {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: opacityA;
  animation-name: opacityA;
}
.loadding .header,
.loadding .banner {
  opacity: 0;
}
.loadding.on {
  overflow-y: auto;
}
.loadding.on .load {
  z-index: -1;
}
.loadding.on .header,
.loadding.on .banner {
  opacity: 1;
}
.load {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background: #fff;
}
.load img {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@-webkit-keyframes opacityA {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
}
.header .w1200 > div.clearfix {
  position: relative;
  z-index: 10;
  padding: 0 48px 0 36px;
}
.header .logo {
  display: flex;
  align-items: center;
  width: 274px;
  height: 100px;
}
.header .logo img {
  width: 100%;
}
.header .logo2 {
  display: none;
}
.header .nav .one {
  float: left;
}
.header .nav .one_a {
  position: relative;
  padding: 0 8px;
  margin: 0 15px;
  line-height: 100px;
  font-size: 18px;
  color: #fff;
}
.header .nav .one_a::after {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: #fff;
  content: " ";
}
.header .nav .one.cur .one_a,
.header .nav .one:hover .one_a {
  color: #fff;
  font-weight: bold;
}
.header .nav .one.cur .one_a::after,
.header .nav .one:hover .one_a::after {
  transition: all 0.5s;
  width: 100%;
}
.header .nav .one .pos {
  position: absolute;
  left: 0;
  top: 99px;
  width: 100%;
  height: 0;
  opacity: 0.7;
  overflow: hidden;
  background: #fff;
}
.header .nav .one .pos .bac_img {
  width: 100%;
}
.header .nav .one .pos .bor {
  margin: 85px 9% 85px 0;
  width: 25.14%;
  width: 353px;
  min-height: 276px;
  border-right: #f6f6f6 2px solid;
}
.header .nav .one .pos .bor a {
  margin-bottom: 32px;
  float: left;
  width: 42%;
  font-size: 20px;
  color: #666;
}
.header .nav .one .pos .bor a:last-child,
.header .nav .one .pos .bor a:nth-child(9) {
  margin-bottom: 0;
}
.header .nav .one .pos .bor a.on,
.header .nav .one .pos .bor a:hover {
  color: #c7001f;
}
.header .nav .one .pos .next {
  margin: 85px 0;
  width: 40%;
}
.header .nav .one .pos .next b {
  margin-bottom: 30px;
  font-size: 28px;
  color: #333;
}
.header .nav .one .pos .next p {
  margin-bottom: 38px;
  height: 102px;
  line-height: 34px;
  font-size: 18px;
  color: #666;
  text-align: justify;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.header .nav .one .pos .next a {
  position: relative;
  display: flex;
  width: 160px;
  height: 52px;
  text-align: center;
  border: #c70020 1px solid;
  border-radius: 52px;
  overflow: hidden;
}
.header .nav .one .pos .next a::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #c70020;
  content: "";
}
.header .nav .one .pos .next a::before {
  transition: all 0.6s;
  transform: scale(0);
  position: absolute;
  left: 0%;
  bottom: 0%;
  z-index: 2;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #fff;
  content: "";
}
.header .nav .one .pos .next a em {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding-right: 27px;
  font-size: 16px;
  line-height: 49px;
  color: #fff;
  background: url(../images/icon/icon_34.png) right center no-repeat;
}
.header .nav .one .pos .next a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
}
.header .nav .one .pos .next a:hover::before {
  transition: all 0.6s;
  transform: scale(11);
}
.header .nav .one .pos .next a:hover em {
  color: #c70020;
  background: url(../images/icon/icon_34ss.png) right center no-repeat;
}
.header_shade {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 19;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.header .nav .one:hover .pos {
  transition: all 0.7s;
  height: 439px;
  opacity: 1;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  border-top: #ccc 1px solid;
}
.header .icon_more .search {
  margin-left: 16px;
  width: 24px;
  height: 100px;
  background: url(../images/icon/icon_1.png) center no-repeat;
}
.header .en {
  padding-left: 40px;
  height: 100px;
}
.header .en p {
  float: left;
  margin: 40px 6px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #ccc url(../images/icon/icon_31.gif) left center no-repeat;
  background-size: cover;
}
.header .en i {
  float: right;
  font-size: 16px;
  color: #fff;
  line-height: 100px;
}
.header .subsidiary {
  margin-left: 40px;
  height: 100px;
  cursor: pointer;
}
.header .subsidiary .text {
  padding-left: 26px;
  height: 100px;
  background: url(../images/icon/icon_16.png) left center no-repeat;
}
.header .subsidiary .pos {
  position: absolute;
  left: 0;
  top: 99px;
  width: 100%;
  height: 0;
  opacity: 0.5;
  background: #fff;
  overflow: hidden;
}
.header .subsidiary .pos .w1920 {
  width: 100vw;
}
.header .subsidiary .pos .swiper-slide {
  padding: 67px 0 110px;
}
.header .subsidiary .pos a {
  position: relative;
  float: left;
  margin-right: 2.25%;
  width: 18.2%;
  height: 17.7vw;
  border-radius: 6px;
  overflow: hidden;
}
.header .subsidiary .pos a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header .subsidiary .pos a .bac_1 {
  transition: all 0.5s;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.header .subsidiary .pos a .bac_2 {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/index/subsidiary_bac.png) center no-repeat;
  background-size: cover;
}
.header .subsidiary .pos a .next {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  width: 80%;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  text-align: center;
}
.header .subsidiary .pos a:last-child {
  margin-right: 0;
}
.header .subsidiary .pos a:hover .bac_1 {
  opacity: 0;
}
.header .subsidiary .pos a:hover .bac_2 {
  opacity: 1;
}
.header .subsidiary .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 55px;
}
.header .subsidiary .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}
.header .subsidiary .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: #c6001d 1px solid;
  border-radius: 10px;
}
.header .subsidiary .swiper-pagination-bullet-active {
  background: #c6001d;
}
.header .subsidiary:hover .pos {
  transition: all 0.7s;
  height: calc(17.7vw + 167px);
  opacity: 1;
  box-shadow: 0 6 10px rgba(0, 0, 0, 0.1);
  border-top: #ccc 1px solid;
}
.header_fixed,
.header:hover {
  transition: all 0.6s;
  left: 0;
  top: 0;
  margin-left: 0;
  width: 100%;
  background: #ffffff;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header_fixed .logo1,
.header:hover .logo1 {
  display: none;
}
.header_fixed .logo2,
.header:hover .logo2 {
  display: block;
}
.header_fixed .nav .one_a,
.header:hover .nav .one_a {
  color: #333;
}
.header_fixed .nav .one.cur .one_a,
.header:hover .nav .one.cur .one_a,
.header_fixed .nav .one:hover .one_a,
.header:hover .nav .one:hover .one_a {
  color: #c6001d;
}
.header_fixed .nav .one_a::after,
.header:hover .nav .one_a::after {
  background: #c6001d;
}
.header_fixed .icon_more .search,
.header:hover .icon_more .search {
  background: url(../images/icon/icon_1s.png) center no-repeat;
}
.header_fixed .en p,
.header:hover .en p {
  background: #c6001d url(../images/icon/icon_31.gif) left center no-repeat;
  background-size: cover;
}
.header_fixed .en i,
.header:hover .en i {
  color: #c6001d;
}
.header_fixed .subsidiary .text,
.header:hover .subsidiary .text {
  color: #c6001d;
  background: url(../images/icon/icon_16s.png) left center no-repeat;
}
.header_fixed2 {
  background: none;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.footer {
  padding-bottom: 1px;
  position: relative;
  z-index: 2;
  background: #f6f6f6;
}
.footer .top,
.footer .cen,
.footer .bottom {
  border-bottom: #ececec 1px solid;
}
.footer .top a {
  display: flex;
  align-items: center;
  height: 140px;
}
.footer .top a img {
  width: 100%;
}
.footer .top .logo {
  width: 274px;
}
.footer .top .a1,
.footer .top .a2,
.footer .top .a3 {
  margin-top: 50px;
  height: 40px;
}
.footer .top .a1 p,
.footer .top .a2 p,
.footer .top .a3 p {
  transition: all 0.5s;
  margin-left: 66px;
  font-size: 18px;
  color: #333;
  line-height: 40px;
  background-repeat: no-repeat;
  background-position: left 0;
}
.footer .top .a1 p:hover,
.footer .top .a2 p:hover,
.footer .top .a3 p:hover {
  transition: all 0.5s;
  background-position: left -40px;
}
.footer .top .a1 p {
  padding-left: 58px;
  background-image: url(../images/icon/icon_39s.png);
}
.footer .top .a2 p {
  padding-left: 54px;
  background-image: url(../images/icon/icon_38s.png);
}
.footer .top .a3 p {
  padding-left: 53px;
  background-image: url(../images/icon/icon_183s.png);
}
.footer .cen {
  padding: 46px 0 64px;
}
.footer .cen .nav {
  width: calc(100% - 283px);
}
.footer .cen .nav dl {
  float: left;
  width: calc(100% / 7);
}
.footer .cen .nav dl dt a {
  margin-bottom: 16px;
  font-size: 20px;
  color: #333;
}
.footer .cen .nav dl dt a:hover {
  color: #c70020;
}
.footer .cen .nav dl dd a {
  line-height: 32px;
  font-size: 16px;
  color: #999;
}
.footer .cen .nav dl dd a:hover {
  color: #c70020;
}
.footer .cen .message {
  width: 283px;
}
.footer .cen .message dl {
  padding: 0 0 20px 37px;
  font-size: 20px;
}
.footer .cen .message dl dt {
  margin-bottom: 10px;
  padding-left: 32px;
  line-height: 22px;
  color: #999;
}
.footer .cen .message dl dt.phone {
  background: url(../images/icon/icon_40.png) left 3px no-repeat;
}
.footer .cen .message dl dt.address {
  background: url(../images/icon/icon_41.png) 3px 0px no-repeat;
}
.footer .cen .message dl dd {
  margin-bottom: 46px;
  padding-left: 32px;
  color: #333;
}
.footer .cen .message .select {
  position: relative;
  z-index: 9;
  margin: 18px 0 0 0;
  padding: 0 20px 0 0;
  border-bottom: #d0d1d1 1px solid;
  cursor: pointer;
}
.footer .cen .message .select p {
  position: relative;
  padding: 0 22px 0 10px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #999;
}
.footer .cen .message .select p::before {
  transition: all 0.5s;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  width: 17px;
  height: 8px;
  background: url(../images/icon/icon_42.png) right center no-repeat;
  content: "";
}
.footer .cen .message .select .pos {
  display: none;
  position: absolute;
  left: 0;
  bottom: 52px;
  padding: 20px 10px;
  width: 100%;
  max-height: 264px;
  overflow-y: auto !important;
  background: #fff;
  border: #fff 1px solid;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.footer .cen .message .select .pos a {
  padding: 5px 0 5px 2px;
  line-height: 30px;
  font-size: 16px;
  color: #666;
}
.footer .cen .message .select .pos a:hover {
  color: #ba1912;
}
.footer .cen .message .select.on p::before {
  transform: rotate(180deg);
}
.footer .bottom {
  line-height: 59px;
  font-size: 16px;
  color: #999;
}
.footer .bottom a {
  padding-left: 23px;
  display: inline-block;
  color: #999;
}
.footer .bottom a:hover {
  color: #c70020;
}
/* 悬浮 */
.suspension {
  transition: all 0.5s;
  position: fixed;
  right: -104px;
  top: 50%;
  z-index: 13;
  width: 72px;
  margin-top: 40px;
  transform: translateY(-50%);
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  cursor: pointer;
}
.suspension::after {
  position: absolute;
  left: 0;
  top: -68px;
  width: 100%;
  height: 84px;
  background: url(../images/icon/icon_23.gif) center bottom no-repeat;
  content: " ";
}
.suspension_fixed {
  transition: all 0.5s;
  right: 2%;
}
@media (max-width: 1370px) {
  .suspension_fixed {
    right: 0;
  }
}
.suspension .sus {
  position: relative;
  border-top: #ccc 1px solid;
}
.suspension .sus:nth-child(1) {
  border-top: none;
}
.suspension .sus p {
  position: relative;
  padding: 48px 0 12px;
  font-size: 14px;
  color: #999;
  text-align: center;
}
.suspension .sus2 p {
  border-radius: 6px 6px 0 0;
  padding-top: 55px;
}
.suspension .sus2 p {
  background: url(../images/icon/icon_24.png) center 23px no-repeat;
}
.suspension .sus3 p {
  background: url(../images/icon/icon_36.png) center 12px no-repeat;
}
.suspension .sus4 p {
  padding: 0;
  width: 100%;
  height: 70px;
  background: url(../images/icon/icon_162.png) center no-repeat;
}

.suspension .sus5 p {
  background: url(../images/icon/icon_190.png) center 12px no-repeat;
  background-size: 31px auto;
}


.suspension .sus6 p {
  background: url(../images/icon/icon_26.png) center 14px no-repeat;
}
.suspension .sus6 p {
  border-radius: 0 0 6px 6px;
}
.suspension .sus .pos {
  display: block;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  right: 90px;
  transform: translateY(-50%);
  width: 0px;
  height: 178px;
  overflow: hidden;
}
.suspension .sus .pos img {
  display: block;
  width: 138px;
  height: 178px;
}
.suspension .sus .pos {
  transition: all 0.9s;
  height: 300px;
}
.suspension .sus:hover .pos {
  transition: all 0.9s;
  width: 600px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}
.suspension .sus .pos img {
  width: 600px;
  height: 300px;
}
.suspension .sus:hover p {
  color: #fff;
}
.suspension .sus:hover::after {
  background: none;
}
.suspension .sus2:hover p {
  background: #c70020 url(../images/icon/icon_24s.png) center 23px no-repeat;
}
.suspension .sus3:hover p {
  background: #c70020 url(../images/icon/icon_36s.png) center 12px no-repeat;
}
.suspension .sus4:hover p {
  background: #c70020 url(../images/icon/icon_162s.png) center no-repeat;
}

.suspension .sus5:hover p {
  background: #c70020 url(../images/icon/icon_190s.png) center 12px no-repeat;
  background-size: 31px auto;
}
.suspension .sus6:hover p {
  background: #c70020 url(../images/icon/icon_26s.png) center 14px no-repeat;
}
/*视频播放弹窗*/
.pop_video {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 31;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1341px;
  background: #000;
}
.pop_video video {
  width: 100%;
}
.pop_video i {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 20px;
  height: 20px;
  background: url(../images/icon/icon_56.png) center no-repeat;
  cursor: pointer;
}
.pop_video_bac {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.pageTitle {
  line-height: 40px;
}
.pageTitle b {
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.pageTitle a {
  transition: all 0.5s;
  float: left;
  padding-left: 10px;
  font-size: 16px;
  color: #999;
  background: url(../images/icon/icon_46.png) left center no-repeat;
}
.pageTitle a:hover {
  color: #c7161e;
  background: url(../images/icon/icon_46.png) left center no-repeat;
}
.add {
  line-height: 30px;
}
.add a {
  float: left;
  font-size: 16px;
  color: #fff;
  font-family: Arial;
}
.add a.one {
  width: 24px;
  height: 25px;
  background: url(../images/icon/icon_62.png) center no-repeat;
}
.add a:hover {
  color: #fff;
  font-weight: bold;
}
.add i {
  float: left;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
}
.pageBanner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 500px;
}
.pageBanner .pic {
  width: 100%;
  height: 500px;
}
.pageBanner .pic i {
  width: 100%;
  height: 100%;
}
.pageBanner .pos {
  position: absolute;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  text-align: center;
}
.pageBanner .pos b {
  margin-bottom: 18px;
  font-size: 38px;
  font-weight: bold;
}
.pageBanner .pos p {
  margin: 0 auto;
  font-size: 18px;
}
.pageBanner .add {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
}
.page {
  position: relative;
  z-index: 2;
  margin-top: 500px;
  background: #f9f9f9;
}
.subNav {
  background: #fff;
}
.subNav a {
  position: relative;
  float: left;
  margin-right: 38px;
  padding: 30px 0;
  font-size: 18px;
  color: #333;
}
.subNav a::after {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #b92d29;
  content: " ";
}
.subNav a:hover,
.subNav a.cur {
  color: #ba1912;
}
.subNav a:hover::after,
.subNav a.cur::after {
  width: 100%;
}
/* 插件分页样式 */
.pagePaging .layui-laypage {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.pagePaging .layui-laypage a,
.pagePaging .layui-laypage span {
  margin: 0 7px;
  padding: 0 2px;
  min-width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #666;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}
.pagePaging .layui-laypage .layui-laypage-prev,
.pagePaging .layui-laypage .layui-laypage-next {
  width: 38px;
  line-height: 34px;
  border: none ;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
}
.pagePaging .layui-laypage .layui-laypage-skip {
  border: none ;
  text-align: center;
  display: flex;
  margin-left: 30px;
  background: none;
}
.pagePaging .layui-laypage .layui-input {
  width: 60px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 10px;
  text-align: center;
}
.pagePaging .layui-laypage .layui-laypage-btn {
  margin-left: 10px;
  width: 64px;
  height: 38px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff url(../images/icon/icon_65.png) center no-repeat;
}
.pagePaging .layui-laypage a:hover {
  color: #fff;
  background: #b83028;
}
.pagePaging .layui-laypage .layui-laypage-curr {
  position: relative;
}
.pagePaging .layui-laypage .layui-laypage-curr .layui-laypage-em {
  color: #fff;
  background: #b83028;
  position: absolute;
  left: -1px;
  top: -1px;
  padding: 1px;
  width: 100%;
  height: 100%;
}
.pagePaging .layui-laypage .layui-laypage-curr em {
  position: relative;
  color: #fff;
}
.construction {
  display: none;
  position: fixed;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  z-index: 20;
  padding: 7px 14px;
  font-size: 14px;
  color: #fff;
  background: #000;
  border-radius: 6px;
}
/*404页面*/
.Page404 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.Page404 .pos {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.Page404 .pos img {
  margin: 0 auto 20px;
  max-width: 1280px;
}
.Page404 .pos p {
  font-size: 24px;
  color: #333;
  text-align: center;
}
.Page404 .pos a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 59px auto 0;
  width: 124px;
  height: 48px;
  background: #f4f4f4;
  border-radius: 4px;
}
.Page404 .pos a i {
  transition: all 0.5s;
  padding-left: 26px;
  font-size: 14px;
  color: #999;
  background: url(../images/icon/icon_68.png) left center no-repeat;
}
.Page404 .pos a:hover {
  background: #e66451;
}
.Page404 .pos a:hover i {
  color: #fff;
  background: url(../images/icon/icon_68s.png) left center no-repeat;
}
@-webkit-keyframes scrolls {
  from {
    bottom: 12%;
  }
  50% {
    bottom: calc(12% + 12px);
  }
  100% {
    bottom: 12%;
  }
}
@keyframes scrolls {
  from {
    bottom: 12%;
  }
  50% {
    bottom: calc(12% + 12px);
  }
  100% {
    bottom: 12%;
  }
}
@-webkit-keyframes Mscrolls {
  from {
    padding-bottom: 0.05rem;
  }
  50% {
    padding-bottom: 0.12rem;
  }
  100% {
    padding-bottom: 0.05rem;
  }
}
@keyframes move-forever {
  0% {
    transform: translate3d(-80px, 0, 0);
  }
  50% {
    transform: translate3d(80px, 0, 0);
  }
  100% {
    transform: translate3d(-80px, 0, 0);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    -ms-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp50 {
  -webkit-animation-name: fadeInUp50;
  animation-name: fadeInUp50;
}
@-webkit-keyframes fadeInUp50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp_box {
  -webkit-animation-name: fadeInUp_box;
  animation-name: fadeInUp_box;
}
@-webkit-keyframes fadeInUp_box {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp_box {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.scale {
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes scale {
  0% {
    transform: scale(1.13);
  }
  100% {
    transform: scale(1);
  }
}
#trans-tooltip,
#tip-arrow-bottom,
#tip-arrow-top {
  display: none;
}
.cta {
  display: flex;
  text-decoration: none;
  overflow: hidden;
  backface-visibility: hidden;
  position: relative;
}
.cta:active {
  transform: translateY(3px);
}
.cta .btn-text-parent {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.cta .wrap_text {
  display: inline-block;
}
.cta .buildin-btn-text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  transform: translateY(100%);
}
.cta .buildin-btn-text .btn-letter {
  opacity: 0;
}
.cta .btn-letter {
  display: inline-block;
  margin: 0em 0.05em;
  position: relative;
  transition: transform 300ms, opacity 300ms ease;
}
.cta .current-btn-text .btn-letter:nth-child(1) {
  transition-delay: 49ms;
}
.cta .current-btn-text .btn-letter:nth-child(2) {
  transition-delay: 99ms;
}
.cta .current-btn-text .btn-letter:nth-child(3) {
  transition-delay: 149ms;
}
.cta .current-btn-text .btn-letter:nth-child(4) {
  transition-delay: 199ms;
}
.cta .current-btn-text .btn-letter:nth-child(5) {
  transition-delay: 249ms;
}
.cta .current-btn-text .btn-letter:nth-child(6) {
  transition-delay: 299ms;
}
.cta .current-btn-text .btn-letter:nth-child(7) {
  transition-delay: 349ms;
}
.cta .current-btn-text .btn-letter:nth-child(8) {
  transition-delay: 399ms;
}
.cta .current-btn-text .btn-letter:nth-child(9) {
  transition-delay: 449ms;
}
.cta .current-btn-text .btn-letter:nth-child(10) {
  transition-delay: 499ms;
}
.cta .current-btn-text .btn-letter:nth-child(11) {
  transition-delay: 549ms;
}
.cta .current-btn-text .btn-letter:nth-child(12) {
  transition-delay: 599ms;
}
.cta .current-btn-text .btn-letter:nth-child(13) {
  transition-delay: 649ms;
}
.cta .current-btn-text .btn-letter:nth-child(14) {
  transition-delay: 699ms;
}
.cta .current-btn-text .btn-letter:nth-child(15) {
  transition-delay: 749ms;
}
.cta .current-btn-text .btn-letter:nth-child(16) {
  transition-delay: 799ms;
}
.cta .current-btn-text .btn-letter:nth-child(17) {
  transition-delay: 849ms;
}
.cta .current-btn-text .btn-letter:nth-child(18) {
  transition-delay: 899ms;
}
.cta .current-btn-text .btn-letter:nth-child(19) {
  transition-delay: 949ms;
}
.cta .current-btn-text .btn-letter:nth-child(20) {
  transition-delay: 999ms;
}
.cta .current-btn-text .btn-letter:nth-child(21) {
  transition-delay: 1049ms;
}
.cta .current-btn-text .btn-letter:nth-child(22) {
  transition-delay: 1099ms;
}
.cta .current-btn-text .btn-letter:nth-child(23) {
  transition-delay: 1149ms;
}
.cta .current-btn-text .btn-letter:nth-child(24) {
  transition-delay: 1199ms;
}
.cta .current-btn-text .btn-letter:nth-child(25) {
  transition-delay: 1249ms;
}
.cta .current-btn-text .btn-letter:nth-child(26) {
  transition-delay: 1299ms;
}
.cta .current-btn-text .btn-letter:nth-child(27) {
  transition-delay: 1349ms;
}
.cta .current-btn-text .btn-letter:nth-child(28) {
  transition-delay: 1399ms;
}
.cta .current-btn-text .btn-letter:nth-child(29) {
  transition-delay: 1449ms;
}
.cta .current-btn-text .btn-letter:nth-child(30) {
  transition-delay: 1499ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(1) {
  opacity: 0;
  transition-delay: 49ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(2) {
  opacity: 0;
  transition-delay: 99ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(3) {
  opacity: 0;
  transition-delay: 149ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(4) {
  opacity: 0;
  transition-delay: 199ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(5) {
  opacity: 0;
  transition-delay: 249ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(6) {
  opacity: 0;
  transition-delay: 299ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(7) {
  opacity: 0;
  transition-delay: 349ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(8) {
  opacity: 0;
  transition-delay: 399ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(9) {
  opacity: 0;
  transition-delay: 449ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(10) {
  opacity: 0;
  transition-delay: 499ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(11) {
  opacity: 0;
  transition-delay: 549ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(12) {
  opacity: 0;
  transition-delay: 599ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(13) {
  opacity: 0;
  transition-delay: 649ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(14) {
  opacity: 0;
  transition-delay: 699ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(15) {
  opacity: 0;
  transition-delay: 749ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(16) {
  opacity: 0;
  transition-delay: 799ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(17) {
  opacity: 0;
  transition-delay: 849ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(18) {
  opacity: 0;
  transition-delay: 899ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(19) {
  opacity: 0;
  transition-delay: 949ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(20) {
  opacity: 0;
  transition-delay: 999ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(21) {
  opacity: 0;
  transition-delay: 1049ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(22) {
  opacity: 0;
  transition-delay: 1099ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(23) {
  opacity: 0;
  transition-delay: 1149ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(24) {
  opacity: 0;
  transition-delay: 1199ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(25) {
  opacity: 0;
  transition-delay: 1249ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(26) {
  opacity: 0;
  transition-delay: 1299ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(27) {
  opacity: 0;
  transition-delay: 1349ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(28) {
  opacity: 0;
  transition-delay: 1399ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(29) {
  opacity: 0;
  transition-delay: 1449ms;
}
.cta .buildin-btn-text .btn-letter:nth-child(30) {
  opacity: 0;
  transition-delay: 1499ms;
}
.cta:hover .current-btn-text .btn-letter {
  opacity: 0;
  transform: translateY(-100%);
}
.cta:hover .buildin-btn-text .btn-letter {
  opacity: 1;
  transform: translateY(-100%);
}
